Fix dangling references to removed box-packing tests
authorSimon McVittie <smcv@debian.org>
Wed, 17 Jul 2019 10:02:33 +0000 (11:02 +0100)
committerSimon McVittie <smcv@debian.org>
Wed, 17 Jul 2019 10:02:33 +0000 (11:02 +0100)
debian/patches/series
debian/patches/testsuite-Remove-dangling-references-to-box-packing-tests.patch [new file with mode: 0644]

index 4eb58e1dc6eec3d3b0486eab9e0798fc0e8af632..afdc10e7ced24f18ab1c8460ab8f86a331484738 100644 (file)
@@ -1 +1,2 @@
 reftest-known-fail.patch
+testsuite-Remove-dangling-references-to-box-packing-tests.patch
diff --git a/debian/patches/testsuite-Remove-dangling-references-to-box-packing-tests.patch b/debian/patches/testsuite-Remove-dangling-references-to-box-packing-tests.patch
new file mode 100644 (file)
index 0000000..df316cd
--- /dev/null
@@ -0,0 +1,26 @@
+From: Simon McVittie <smcv@debian.org>
+Date: Wed, 17 Jul 2019 11:01:57 +0100
+Subject: testsuite: Remove dangling references to box-packing tests
+
+These were removed in commit c47abb5f, before 3.96.0.
+
+Signed-off-by: Simon McVittie <smcv@debian.org>
+---
+ testsuite/css/nodes/meson.build | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/testsuite/css/nodes/meson.build b/testsuite/css/nodes/meson.build
+index 67abd86..984cca6 100644
+--- a/testsuite/css/nodes/meson.build
++++ b/testsuite/css/nodes/meson.build
+@@ -19,10 +19,6 @@ test('nodes', test_nodes,
+ test_data = [
+   'box.ltr.nodes',
+   'box.ltr.ui',
+-  'box-packing.ltr.nodes',
+-  'box-packing.ltr.ui',
+-  'box-packing.rtl.nodes',
+-  'box-packing.rtl.ui',
+   'box.rtl.nodes',
+   'box.rtl.ui',
+   'buttons.nodes',